MessageGroupType

enum MessageGroupType

Represents type of message group UI.

Entries

Link copied to clipboard

A type of message that exists singly without a group.

Link copied to clipboard

The type of message at the top of the group.

Link copied to clipboard

The type of message located in the middle of the group.

Link copied to clipboard

The type of message at the bottom of the group.

Functions

Link copied to clipboard
open fun from(value: Int): Any
Link copied to clipboard
open fun valueOf(name: String): Any
Link copied to clipboard
open fun values(): Array<Any>

Properties

Link copied to clipboard
open val value: Int